Welcome![Sign In][Sign Up]
Location:
Search - kmeans source

Search list

[matlabFuzzyClusteringToolbox

Description: 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xie and Beni s Index (XB), Dunn s Index (DI) and Alternative Dunn Index (DII)几种衡量指标。-Four kinds of clustering algorithms source code and sample code, the ultimate goal of this program is to form a set of standards for clustering, scalable tools. Including the contents of a. Clustering algorithm: Kmeans and Kmedoid algorithms, FCMclust, GKclust, GGclust algorithm 2. Assessment classified prototypes: programs can be plotted in two-dimensional image, the results of clustering 3. Verify: Program to provide an algorithm to each authentication mechanism, each clustering algorithm will calculate Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separation Index (S), Xie and Beni' s Index (XB), Dunn' s Index (DI) and Alternative Dunn Index (DII) of several metrics.
Platform: | Size: 2134016 | Author: conroy cheung | Hits:

[OtherPSOKMeans

Description: this the algorithm source code for kmeans. This code is developed in java.-this is the algorithm source code for kmeans. This code is developed in java.
Platform: | Size: 46080 | Author: satheesh | Hits:

[AlgorithmKmeans

Description: Kmeans algorithm source code.
Platform: | Size: 1024 | Author: pathikrit gupta | Hits:

[JSP/Javakmeans

Description: kmeans java source code-kmeans java source code
Platform: | Size: 5120 | Author: kmean | Hits:

[CSharpaccord-kmeans-source

Description: k-means project for Special topics
Platform: | Size: 162816 | Author: reza | Hits:

[matlabKmeans

Description: k-means算法完整源代码!!数据都已给,-k-means algorithm full source code! ! Data are given,
Platform: | Size: 5120 | Author: 浪哥 | Hits:

[AlgorithmPCA

Description: 主成分分析方法通过建立两个主成分的二位图,对数值特异点的剔除,减少数据处理中无关项的干扰,-Free Source Code for Image segmentation and Extraction malic: A Realtime Face Recognition System Source Code Face Detection C++ Library with Skin and Motion Analysis Face Recognition
Platform: | Size: 178176 | Author: wuchangke | Hits:

[Graph RecognizeKmeans

Description: 基于wince上的车牌识别的源代码,有demo程序-Wince on the license plate recognition based on source code, there are demo program
Platform: | Size: 3055616 | Author: liyuchao | Hits:

[AI-NN-PRkmeans

Description: Kmeas聚类源代码,全C++语言实现,程序有详细注释,并可以存储组后所得到的聚类中心。-Cluster source code Kmeas, full C++ language, the program has detailed notes, and can storage group cluster center.
Platform: | Size: 2048 | Author: Baotian Hu | Hits:

[Software Engineeringkmeans

Description: 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-K-means clustering algorithm for algorithm termination conditions, with a picture (their choice) as a data set to compare the running time (draw time and the relationship of the pixels, respectively, the number of iterations and distribution no longer changes with VC or Java experimental curve, so to use pictures of different pieces of the number of pixels), submitted to the lab report with source code.
Platform: | Size: 8127488 | Author: 郭跃龙 | Hits:

[Otherkmeans

Description: 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation algorithm termination condition, pictures (of their choice) as a data set, comparing running time curve (draw time pixels map, and therefore subject to a multiple number of pixels picture experiment) submitted to the lab report and source code.
Platform: | Size: 1643520 | Author: 周生勇 | Hits:

[AlgorithmKMEANS

Description: This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> -This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> 
Platform: | Size: 3072 | Author: ma | Hits:

[matlabKmeans

Description: K-means聚类的matlab代码,供相关人士学习时参考-a K-means matlab source code
Platform: | Size: 74752 | Author: 浩克 | Hits:

[OtherKMEANS

Description: 转kmeans 算法源代码,希望对大家有帮助-Turn kmeans algorithm source code
Platform: | Size: 7168 | Author: 李敏 | Hits:

[matlabkmeans

Description: matlab源码关于模糊K均值聚类算法,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, suitable for everyone to download research study
Platform: | Size: 2048 | Author: | Hits:

[matlabkmeans

Description: matlab源码关于模糊K均值聚类算法,很好的,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, very good, for everyone to download research study
Platform: | Size: 1024 | Author: Fredericky | Hits:

[JSP/JavaKmeans

Description: Kmeans 分类算法的Java 实现源代码-Kmeans classification algorithm Java source code
Platform: | Size: 3072 | Author: zzz | Hits:

[Algorithmkmeans-al-math

Description: C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29111
Platform: | Size: 3072 | Author: mjay90 | Hits:

[DataMiningK-Means

Description: matlab kmeans 程序说明与数据源代码-matlab kmeans source
Platform: | Size: 3072 | Author: | Hits:

[DataMiningKmeans

Description: 数据挖掘聚类算法java代码。包含Kmeans算法源码。-Data mining clustering algorithm java code. Kmeans algorithm source code included.
Platform: | Size: 41984 | Author: jianxiaodan | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net